Skip to main content

Customize styles in Web

Overview

You can customize your Web output styles to adjust to your corporate standard.

Bizagi provides two ways to customize the web output colors: a basic customization where the main colors can be changed, and the advanced CSS customization.

Basic customization

Once the Model has been published, access the folder where the output is located and find the key.json.js file.
Open the file with a text editor.

CustomizeStyles1

Change the useTheme value to true, to enable the customization.
On the bottom of the file, you will find the list of styles that can be changed.

CustomizeStyles2

Change the style color of the header, the navigation bar, and the content panel.
Save the file to view the changes in your site.
The first option of each section is the background color. The second option is the border of the section. The third option (link) refers to the font color.

CustomizeStyles3

Advanced CSS customization

For advanced CSS users, a .css file is available to customize the styles as you desire.

Once the Model has been published, access the folder where the output is located and find the key.json.js file.
Open the file with a text editor.

CustomizeStyles1

Change the useTheme value to true, to enable the customization.

CustomizeStyles4

Open the .css file located in libs/css/theme.css and perform the desired changes.

CustomizeStyles5